Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C++ Tutorial
1) Array
2) Bitset
3) Class
4) Data Types
5) Deque
6) Development
7) Exceptions
8) File Stream
9) Function
10) Language Basics
11) List
12) Map Multimap
13) Operator Overloading
14) Operators Statements
15) Pointer
16) Queue Stack
17) Set Multiset
18) STL Algorithms Binary Search
19) STL Algorithms Heap
20) STL Algorithms Helper
21) STL Algorithms Iterator
22) STL Algorithms Merge
23) STL Algorithms Min Max
24) STL Algorithms Modifying Sequence Operations
25) STL Algorithms Non Modifying Sequence Operations
26) STL Algorithms Sorting
27) STL Introduction
28) String
29) Structure
30) Template
31) Valarray
32) Vector
STL Algorithms Iterator
1) Advance istream_iterator
2) Advance the iterator
3) Back insert iterator for vector
4) Computing the sum with template iterators
5) Const_iterator
6) Convert iterator to reverse iterator
7) Create back_insert_iterator
8) Create insert_iterator to element 2
9) Demonstrate insert_iterator
10) Display vector elements using const_iterator
11) Display vector in reverse order using reverse_iterator
12) Find a value in map by key
13) Front_insert_iterator
14) Insert iterator and remove_copy_if
15) Insert_iterator
16) Insert_iterator from vector
17) Istream_iterator reads and displays characters from cin until a period is received
18) Iterator template
19) Ostream_iterator for char
20) Read string from keyboard and save to vector directly
21) Read words from standard input, sort and print out without duplicates
22) Reverse iterator and find
23) Stream iterator and copy
24) Taking the sum of values from a stream
25) Template class for insert iterator for associative containers
26) Use a reverse_iterator to go from the end to the beginning
27) Use const_interator to loop through the set
28) Use Iter with array
29) Use istream_iterator to loop through a string
30) Use istream_iterator to loop through a string defined by char pointer